/* body */

#body
{/* background: url('/images/bkg.gif') repeat 100%; */
    background-color:#81007f
}

.table-container
{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}


/* Apply padding to td elements that are direct children of the tr element. */ 
.tbl_noborder {
    table-layout:fixed;
    background: #fff;
    width:100%;
    Border:0;
    border-collapse:collapse;
	 }
     
.tbl {
    table-layout:fixed;
    background: #fff;
    width:100%;
    Border: 1px solid black;
    border-collapse:collapse;
	 }

.tbl td.num 
{ 
  width:5%;
  padding:2px 0 2px 0px;
  vertical-align:bottom; 
  Margin-right:0;
  font-size:12px;
  text-overflow:ellipsis; 
  overflow:hidden; 
  white-space:nowrap;
  border:1px solid black;
}

.tbl td.title 
{ 
  width:100%;
  padding:4px 0 4px 0px;
  vertical-align:bottom; 
  Margin-left:0;
  font-size:14px;
  text-overflow:ellipsis; 
  overflow:hidden; 
  white-space:nowrap;
  border: 1px solid green;
 }     
 
/* Web Page Container */
#container  
{
	margin: 0px auto;
	width: 992px;
	background: #fff url('/images/newbg.gif') repeat-y 100% 0;
}

/* Top of Page */
#header  
{
	background: #ccc;
	height: 50px;
        padding: 15px 0 10px 20px;
}

#header h1 { margin: 0px; }

/*Nav Buttons on Top of Content Just Under Page Header*/
#navigation   
{
	float: left; 
	width: 992px;
	background: #333;
}

#navigation ul
{
	margin: 0px;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #f6f;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #583dff; }

/* Main body of web page / 3 columns */
#content-container
{
	width: 992px;
    	float: left;
}

/* 1st column of content container (left side) */
#section-navigation
{
	float: left;
	width: 160px;
	margin-left: -992px;
	display: inline;
    overflow:hidden;
}

#section-navigation ul
{
	margin: 0px;
	padding: 0;
}

#section-navigation ul li
{
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}

/* Graphics box */
#graphics-box
{
width:130PX;
margin:0PX;
height:130PX;
background-color:#ccc;
display:block;
overflow:hidden;
border:5PX;
}

/* Graphics box */
#graphics-boxvbs
{
float:left;
width:130PX;
margin:5PX;
height:130PX;
background-color:#ccc;
display:block;
overflow:hidden;
border:5PX;
}

/* Graphics box small */
#graphics-box-small
{
width:100PX;
margin:auto;
height:100PX;
background-color:#ccc;
display:block;
overflow:hidden;
border:5PX;
}
/* Graphics box Larger */
#graphics-box-lg
{
width:150PX;
margin:auto;
height:195PX;
background-color:#ccc;
display:block;
overflow:hidden;
text-align: center;
}

/* Main content area of web page (center column)*/
#content-table
{
width:992PX;
margin:2px;
height: 100%;
clear:both;
background:#ccc;
}

#content
{
	margin:15px 240px 0 190px;
    height: 100%;
}

.push
{ height: 300px;
  overflow: hidden; 
}

/* banners created by banner pro */
#section-flashheader
{
    width:475px;
    height:100px;
    padding:0px;
    margin-bottom:0px;
    overflow:hidden;
    margin-left:10px;
}

#content h2 
{ 
    margin:10px 0 0 0;
    padding:8px 0 0 0;
}

/* 3rd column of content container (right side)*/
#aside
{
	float: left;
	width: 260px;
	padding: 15px 0;
	margin-left: -260px;
}

#aside h3 
{    margin: 0px;
     padding:0;
}

#footer
{
	clear: both;
	background: #ccc;
	text-align: right;
	padding: 20px;
	height: 1%;
    margin-bottom:2px;
}

/* To hold Christmas Countdown Banner */
div.containercntdown {
    clear:left;
    width:475px;
	height:89px;
    border: 1px solid;
	background-image: url('http://logosbookstorenky.com/images/cbanner.png');
	/* float:right; */
	position:relative;
	top:10px;
	left:0px;
	overflow:hidden;
}

p.insidecontainercntdown{ 
	position:relative;
	top:0px;
	left:85px;
	width:305px;
	color:#00009C;
	/* Fallback for web browsers that doesn't support RGBa 
	background: rgb(250, 250, 210);*/
	/* RGBa with 0.6 opacity */
	background: rgba(250, 250, 210, 0.3);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4DFAFAD2, endColorstr=#4DFAFAD2);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4DFAFAD2, endColorstr=#4DFAFAD2)";
	font-size:22px;
	font-family:"Baskerville Old Face", times, serif;
	font-style:italic;
	font-weight:bold;
	text-align:center;
}
/* End Christmas Countdown settings styles */

.innercol_l
{margin: 20px;
margin-top: 0;
margin-bottom: 0;
}

.innercol_c
{margin: 20px;
margin-top: 0;
margin-bottom: 0;
}

.innercol_r
{margin: 20px;
margin-top: 0;
margin-bottom: 0;
}

/* Buttons - Navigation Buttons add or delete as needed*/    
div#buttonA {
    margin-top: 20px;
    margin-left: 0px;
    margin-right:-18px;
    border-style: outset;
    border-width:6px 6px;
    border-color: #8b8989;
    background:#a020f0;
    padding: 2px 2px 8px 6px;
}

div#buttonA ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75%;
    line-height: 30px;
}

div#buttonA li {
    list-style-type: none;
    height: 25px;
    width: 110px;
    margin: 0px;
    text-align:center;
}

div#buttonA li a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    font-size:75%;
    border-width: 3px;
}

div#buttonA li a:link {
    color: #000000;
    font-weight: Normal;
    background-color: #CCCCCC;
    border-style: outset;
}

div#buttonA li a:visited {
    color: #000000;
    font-weight: normal;
    background-color: #CCCCCC;
    border-style: outset;
}

div#buttonA li a:hover {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #8470ff;
    border-style: outset;
}

div#buttonA li a:active {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #666666;
    border-style: inset;
} 
/* end Buttons */

/* iframe's parent node */
div#root {
    position: fixed;
    width: 50%;
    height: 60%;
}

/* iframe itself */
div#root > iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}
/* show only on mobile screens */
div.mobileShow {
			display: none;} 

div.mobileHide {
               display: inline; }




